home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TFPATHDLG / TFPATHDLG.txt
Encoding:
Text File  |  1999-10-16  |  2.1 KB  |  121 lines

  1. object FPathDlg: TFPathDlg
  2.   Left = 365
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   Caption = 'Project Preferences'
  6.   ClientHeight = 126
  7.   ClientWidth = 401
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 385
  18.     Height = 89
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 24
  24.     Width = 75
  25.     Height = 13
  26.     Caption = 'Vegetation path'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 16
  30.     Top = 48
  31.     Width = 58
  32.     Height = 13
  33.     Caption = 'Models path'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 16
  37.     Top = 72
  38.     Width = 65
  39.     Height = 13
  40.     Caption = 'Overlays path'
  41.   end
  42.   object OKBtn: TButton
  43.     Left = 123
  44.     Top = 100
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 0
  51.   end
  52.   object CancelBtn: TButton
  53.     Left = 203
  54.     Top = 100
  55.     Width = 75
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = 'Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 1
  61.   end
  62.   object PlantsButton: TButton
  63.     Left = 360
  64.     Top = 20
  65.     Width = 25
  66.     Height = 21
  67.     Caption = '...'
  68.     TabOrder = 2
  69.     OnClick = PlantsButtonClick
  70.   end
  71.   object PlantSourceEdit: TEdit
  72.     Left = 104
  73.     Top = 20
  74.     Width = 257
  75.     Height = 21
  76.     ReadOnly = True
  77.     TabOrder = 3
  78.   end
  79.   object ModelsButton: TButton
  80.     Left = 360
  81.     Top = 44
  82.     Width = 25
  83.     Height = 21
  84.     Caption = '...'
  85.     TabOrder = 4
  86.     OnClick = ModelsButtonClick
  87.   end
  88.   object ModelSourceEdit: TEdit
  89.     Left = 104
  90.     Top = 44
  91.     Width = 257
  92.     Height = 21
  93.     ReadOnly = True
  94.     TabOrder = 5
  95.   end
  96.   object OverlaySourceEdit: TEdit
  97.     Left = 104
  98.     Top = 68
  99.     Width = 257
  100.     Height = 21
  101.     ReadOnly = True
  102.     TabOrder = 6
  103.   end
  104.   object OverlaysButton: TButton
  105.     Left = 360
  106.     Top = 68
  107.     Width = 25
  108.     Height = 21
  109.     Caption = '...'
  110.     TabOrder = 7
  111.     OnClick = OverlaysButtonClick
  112.   end
  113.   object BrowsePathFolder: TBrowseFolder
  114.     Flags = [bfFileSysDirsOnly, bfStatusText]
  115.     ShowPathInStatusArea = False
  116.     SyncCustomButton = False
  117.     Left = 288
  118.     Top = 96
  119.   end
  120. end
  121.